*{
    margin: 0;
    padding: 0;
}
.el-dialog{
    border-radius: 16px; 
}
 .apply-for-btn{
    width: 400px;
    height: 48px;
    text-align: center;
    background: #FF8000;
    border-radius: 4px;
}
@media screen and (min-width: 1200px) {
    .head-banner .el-carousel__container{
        height: 460px;
    }
    .carousel-item-box{
        position: relative;
    }
    .carousel-item-box-text{
        position: absolute;
        top:82px;
        left: 50%;
        width: 1200px;
        margin-left: -600px;
        /* height: 100%; */
        overflow: hidden;
        text-align: center;
    }
    .carousel-item-box-text-title{
        font-size: 48px;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        color: #fff;
        line-height: 66px;
    }
    .carousel-item-box-text-body{
        font-size: 24px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #fff;
        line-height: 66px;
    }
    
    /* 新闻详情 */
    .new-details{
        width: 1200px;
        margin: 0 auto;
    }
    .new-details-title{
        width: 100%;
        height: 66px;
        font-size: 32px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
        line-height: 66px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .new-details-time-watch{
        width: 500px;
        margin: 0 auto 22px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #999999;
        display: flex;
        justify-content: space-around;
    }
    .new-line{
        width: 1200px;
        height: 1px;
        background: #DCDCDC;
        margin-bottom: 35px;
    }
    .new-body p img {
        width: 100% !important;
    }
    .new-body img {
        width: 100% !important;
    }
    .new-line1{
        width: 1200px;
        height: 1px;
        background: #DCDCDC;
        margin-top: 38px;
        margin-bottom: 37px;
    }
    .up-down{
        width: 1200px;
        margin-bottom: 38px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #595959;
        line-height: 25px;

        display: flex;
        justify-content: space-between;
    }
    .up-down div{
        width: 420px;
        cursor: pointer;
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 显示省略号 */
        white-space: nowrap; /* 禁止换行 */
        display: inline-block; /* 确保元素能正确应用此效果 */
    }
}

@media screen and (min-width: 751px) and (max-width: 1199px) {
    .head-banner .el-carousel__container{
        height: 460px;
    }
    .carousel-item-box{
        position: relative;
    }
    .carousel-item-box-text{
        position: absolute;
        top:82px;
        left: 50%;
        width: 100%;
        margin-left: -50%;
        /* height: 100%; */
        overflow: hidden;
        text-align: center;
    }
    .carousel-item-box-text-title{
        font-size: 48px;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        color: #fff;
        line-height: 66px;
    }
    .carousel-item-box-text-body{
        font-size: 24px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #fff;
        line-height: 66px;
    }

    /* 新闻详情 */
     .new-details{
        width: 100%;
        margin: 0 auto;
    }
    .new-details-title{
        width: 100%;
        font-size: 32px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
        line-height: 66px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .new-details-time-watch{
        width: 500px;
        margin: 0 auto 22px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #999999;
        display: flex;
        justify-content: space-around;
    }
    .new-line{
        width: 100%;
        height: 1px;
        background: #DCDCDC;
        margin-bottom: 35px;
    }
    .new-body p img {
        width: 100% !important;
    }
    .new-body img {
        width: 100% !important;
    }
    .new-line1{
        width: 100%;
        height: 1px;
        background: #DCDCDC;
        margin-top: 38px;
        margin-bottom: 37px;
    }
    .up-down{
        width: 100%;
        margin-bottom: 38px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #595959;
        line-height: 25px;

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .up-down div{
        width: 420px;
        margin: 0 auto;
        line-height: 40px;
        cursor: pointer;
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 显示省略号 */
        white-space: nowrap; /* 禁止换行 */
        display: inline-block; /* 确保元素能正确应用此效果 */
    }
}

@media screen and (max-width: 750px) {
    .head-banner .el-carousel__container{
        height: 460px;
    }
    .carousel-item-box{
        position: relative;
    }
    .carousel-item-box-text{
        position: absolute;
        top:82px;
        left: 50%;
        width: 100%;
        margin-left: -50%;
        /* height: 100%; */
        overflow: hidden;
        text-align: center;
    }
    .carousel-item-box-text-title{
        font-size: 48px;
        font-family: HarmonyOS Sans SC;
        font-weight: bold;
        color: #fff;
        /* line-height: 66px; */
    }
    .carousel-item-box-text-body{
        font-size: 24px;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        color: #fff;
        line-height: 66px;
    }
    /* 新闻详情 */
    .new-details{
        width: 96%;
        margin: 0 auto;
    }
    .new-details-title{
        width: 100%;
        font-size: 32px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #03081A;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .new-details-time-watch{
        width: 100%;
        margin: 0 auto 22px;
        text-align: center;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #999999;
        /* display: flex; */
        /* flex-wrap: wrap; */
        /* justify-content: space-around; */
    }
    .new-line{
        width: 100%;
        height: 1px;
        background: #DCDCDC;
        margin-bottom: 35px;
    }
    .new-body p img {
        width: 100% !important;
    }
    .new-body img {
        width: 100% !important;
    }
    .new-line1{
        width: 100%;
        height: 1px;
        background: #DCDCDC;
        margin-top: 38px;
        margin-bottom: 37px;
    }
    .up-down{
        width: 100%;
        margin-bottom: 38px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #595959;
        line-height: 25px;

        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .up-down div{
        width: 420px;
        margin: 0 auto;
        line-height: 40px;
        cursor: pointer;
        overflow: hidden; /* 隐藏超出部分 */
        text-overflow: ellipsis; /* 显示省略号 */
        white-space: nowrap; /* 禁止换行 */
        display: inline-block; /* 确保元素能正确应用此效果 */
    }
    
}